home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000243_joe@athena.mit.edu _Sun Oct 18 13:01:17 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Return-Path: <joe@athena.mit.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA18494; Sun, 18 Oct 92 13:01:17 GMT+0100
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA08330; Sun, 18 Oct 92 13:02:11 +0100
  6. Received: from LUBEC.MIT.EDU by Athena.MIT.EDU with SMTP
  7.     id AA01325; Sun, 18 Oct 92 07:59:25 EDT
  8. From: joe@athena.mit.edu
  9. Received: by lubec.MIT.EDU (5.61/4.7) id AA11474; Sun, 18 Oct 92 07:59:19 -0400
  10. Date: Sun, 18 Oct 92 07:59:19 -0400
  11. Message-Id: <9210181159.AA11474@lubec.MIT.EDU>
  12. To: tk-www@athena.mit.edu
  13. Cc: www-talk@nxoc01.cern.ch, www-announce@nxoc01.cern.ch,
  14.         tcl-archive@barkley.berkeley.edu
  15. Subject: Announcing tkWWW release 0.4
  16.  
  17.  
  18. tkWWW Version 0.4 alpha (joe@athena.mit.edu)
  19. --------------------------------------------
  20.  
  21. WHAT IS THIS?
  22. -------------
  23. World Wide Web (WWW) is a hypertext project which seeks to build a
  24. world wide network of hypertext links.  There are several different
  25. browsers for this system including a simple tty interface.  For a 
  26. demo of the terminal browsers for WWW, telnet to the following sites:
  27.  
  28.  telnet info.cern.ch or telnet 128.141.201.74 (SWISS)
  29.  telnet eies2.njit.edu or telnet 128.235.1.43 (USA [NJ])
  30.  telnet vms.huji.ac.il or telnet 128.139.4.3  (ISRAEL)
  31.  telnet info.funet.fi or telnet 128.214.6.100 (FINLAND)
  32.  
  33.  and login as "www"
  34.  
  35. Tk is an interpreted toolkit which allows one to build X11 applications
  36. quickly and easily.
  37.  
  38. tkWWW is a Tk interface to (WWW), which lets you send embedded buttons,
  39. scrollbars, etc in hypertext written for WWW.
  40.  
  41. The Tk browser has the following advantages.
  42.  
  43. 1. Since the entire user interface is written in an interpreted 
  44.    language, it should be very easy to make modifications and extensions
  45.    to the system.
  46.  
  47. 2. More important, it is possible to imbed Tk code into hypertext
  48.    documents.  Start up the intro demo files to see the use of this.
  49.  
  50. WHERE IS THIS?
  51. --------------
  52. tkWWW 0.4 can be anon ftp'ed from
  53.    export.lcs.mit.edu:/contrib/tkWWW-0.4.tar.Z
  54.    barkley.berkeley.edu:/tcl/extensions/tkWWW-0.4.tar.Z
  55.    info.cern.ch:/pub/WWW/src/tkWWW-0.4.tar.Z
  56.  
  57. IMPROVEMENTS SINCE 0.3
  58. ----------------------
  59. MUCH easier installation procedure 
  60.   (if you gave up trying to install 0.3, you might try again with this)
  61. Better default color scheme
  62. Keyboard traversals
  63. History mechanism
  64. Does the right thing DVI and graphics files
  65. Bug fixes
  66.  
  67. MAILING LIST
  68. ------------
  69. There is a mailing list devoted to discussions about tkWWW at 
  70.  
  71.    tk-www@athena.mit.edu
  72.  
  73. To get on this list, send e-mail to
  74.  
  75.    tk-www-request@athena.mit.edu
  76.  
  77. INSTALLATION
  78. ------------
  79. The installation procedure has been simplified greatly from version
  80. 0.3.  To install this version, you will need only the libraries for 
  81. tk 2.3 which can be anon ftp'ed from sprite.berkeley.edu
  82.  
  83. 1. Edit the file TkWWW/tkWWW.imake and TkWWW/Tcl/config.tcl
  84.  
  85. 2. Type the following commands in the directory TkWWW
  86.  
  87.     xmkmf
  88.     make world
  89.     make install
  90.  
  91. 3. Run tkWWW and enjoy
  92.  
  93. WARNING
  94. -------
  95. With tkWWW, you can send imbedded tk commands to the interpreter.
  96. There are lots of security implications of this.  I've tried to get
  97. rid of the most obvious security loopholes but doubtless many remain.
  98. Use at your own risk.
  99.